Package com.cisco.pt.ipc.sim.pdu
Interface VTPVlanInfo
- All Known Implementing Classes:
VTPVlanInfoImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetVlanName(String vlanName) voidsetVlanType(Byte vlanType) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getStatus
Byte getStatus()- Returns:
- Byte Returns a Byte
-
setStatus
- Parameters:
status- Takes in a parameter of status
-
getVlanType
Byte getVlanType()- Returns:
- Byte Returns a Byte
-
setVlanType
- Parameters:
vlanType- Takes in a parameter of vlanType
-
getVlanId
Short getVlanId()- Returns:
- Short Returns a Short
-
setVlanId
- Parameters:
vlanId- Takes in a parameter of vlanId
-
getVlanName
String getVlanName()- Returns:
- String Returns a String
-
setVlanName
- Parameters:
vlanName- Takes in a parameter of vlanName
-